Map.goTo

Move from the current position to these coordinates. All tiles in the intermediate view WILL be loaded!

class Map
void
goTo
(
double latitude
,
double longitude
)

Parameters

latitude double

the longitude to center the map at

longitude double

the longitude to center the map at

Meta